Campaign Report
AutomatR.TFMailchimp.Activities.CampaignReport
The "Campaign Report" activity in AutomatR is part of the Mailchimp Campaign activities package, providing detailed reports for a specific sent campaign.
Properties
Name | Description |
---|---|
Input | |
Campaign Name | Specifies the name of the campaign for which to generate a report. String variables containing the campaign name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Campaign Report" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Campaign Report Response | Outputs the detailed report for the specified campaign. Variables of type CampaignResponse to store the campaign report details, including Title, EmailSent, CampaignOpens, and CampaignClicks. |
How to use:
- Drag and drop the "Campaign Report" activity onto the workflow.
- Specify the campaign name for which you want to generate a report.
- Optionally, configure the delay property.
- Execute the workflow to retrieve the detailed report for the specified campaign.
Example: Consider an example where the "Campaign Report" activity is used to get a report for a campaign named "HolidayPromoCampaign":
Campaign Report:
Campaign Name: "HolidayPromoCampaign"
Delay: 2
Campaign Report Response: CampaignReportDetails
In this example, the activity generates a detailed report for the "HolidayPromoCampaign" and stores the result in the CampaignResponse variable "CampaignReportDetails" for further handling in the workflow.